use gtk_binding_entry_clear() instead of gtk_binding_entry_add() (the
authorMichael Natterer <mitch@imendio.com>
Mon, 16 Jun 2008 20:02:33 +0000 (20:02 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 16 Jun 2008 20:02:33 +0000 (20:02 +0000)
commitf5f865d43c451e5b9f2a9402341036edf6a3e8af
tree877e2c811b2d4a9760429cece0951ff7df19a2d0
parent422a4dd1d2b63d83a21cf58da761629d614ca6d1
use gtk_binding_entry_clear() instead of gtk_binding_entry_add() (the

2008-06-16  Michael Natterer  <mitch@imendio.com>

* gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use
gtk_binding_entry_clear() instead of gtk_binding_entry_add()
(the former is deprecated and #defined to gtk_binding_entry_clear)

svn path=/trunk/; revision=20408
ChangeLog
gtk/gtkbindings.c